@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
*{
	font-family: 'Noto Sans TC', sans-serif;
}

.footer {
	color: #F7F7F7;
	width: 100%;
	background-color: #174E61;
	/* [disabled]clear: both; */
	/* [disabled]overflow-y: auto; */
	/* [disabled]overflow-x: auto; */
	/* [disabled]position: fixed; */
	/* [disabled]bottom: 0px; */
}
.footer .col,.footer .col-lg-6 {
	padding: 0;
}
.nav-b {
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 20;
}
.navbar {
    padding: .3rem .1rem;
    -webkit-box-shadow: 0px 0px 10px hsla(177,51%,38%,0.35);
    box-shadow: 0px 0px 10px hsla(177,51%,38%,0.35);
}


.main {
	/* [disabled]margin-top: 60px; */
	margin-bottom: 70px;
	margin-top: 90px;
}

.con {
	width: 100%;
}

.tloim {
	height: 75px;
}
/*浮動導覽列*/
.fixnav .tloim {
	height: 35px;
}

.tnaco {
	width: 90%;
}

.trantx{
	color: #174E61;
	font-size: 1.2rem;
	margin-top: 0px;
	/*-webkit-transition: color .20s ease-out;
	-moz-transition: color .20s ease-out;
	-ms-transition: color .20s ease-out;
	-o-transition: color .20s ease-out;
	transition: color .20s ease-out;*/
	-webkit-transition: margin .20s ease-out;
	-moz-transition: margin .20s ease-out;
	-ms-transition: margin .20s ease-out;
	-o-transition: margin .20s ease-out;
	transition: margin .20s ease-out;	
}

.trantx:hover {
    color: rgba(255,168,5,1.00);
}
.tco{
	position: relative;
}
.tco:after{
	color: darkorange;
	content: '';
	position: absolute;
	top:-21px;
	right:155px;
	z-index: -1;
    width:570px;
	height:0;
 	border-bottom:95px solid #C7E0E8;
	transform: skew(-30deg) translateX(30%);
}

.lant{
    color: #174E61;
    font-size: .9rem;
    margin-top: 7px;
    text-decoration: underline;
}
.lant:hover{
    color: #174E61;
	margin-top: 5px;
	transition: margin-top .20s ease-out;
}
.lant_s{
	color: #ABC0C7;
}
.jucon{
    height: 1100px;
    background-image: url(../images/jx_bg.jpg);
    background-color: rgba(0,0,0,0.20);
    /*設置背景混和模式為相乘模式*/
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
}
.ju_htx{
	margin-top: 200px;
    height: 28%;
	width: 100%;
    background-color: rgba(33,39,39,0.7);
    color: rgba(255,255,255,1.00);
	display:  flex;
	flex-wrap:wrap;
    align-items: center;
    justify-content:  center;
}
.ju_htx h1 ,.ju_htx p{
    width: 100%;
    font-weight: 500;
}
.ju_htx h1 {
    font-size: 5rem;
	margin-bottom: 20px ;
}
.ju_htx p{
	font-size: 2rem;
	letter-spacing: 0.5rem;
}

.ju_stx{
	width: 100%;
	color: rgba(255,255,255,1.00);
	margin-top: 100px; 
}
.ju_stx .btn{
    font-size: 1.2rem;
    margin-top: 20px;
    color: #535353;
    width: 200px;
    line-height: 50px;
    vertical-align: middle;
}
.ju_stx .btn:hover{
    font-size: 1.3rem;
    color: #F5F5F5;
    background-color: #FFA805;
    font-weight: 500;
	transition: font-size .2s ease-out;
}

.abjx{
	width:100%;
	margin-top: 130px;
	margin-bottom: 130px;
	margin-left: auto;
	margin-right: auto;
}
.abjx .row{
	margin-left: 0;
	margin-right: 0;
}

.h_shp{
	text-align: center;
	position:relative;
}
.h_shp h1{
    color:#F7F7F7;
}
.h_shp h1:after, .h_shp:after{
    content: '';
    display: inline-block;
	position: absolute;
	top: -130px;
	left: 0%;
	z-index: -1;
    width:115%;
	min-width: 370px;
	height:0;
	margin:100px auto;
 	border-right:55px solid transparent;
 	border-top:110px solid #174E61;
}
.h_shp:after{
	top: -120px;
	left: 10px;
	z-index: -2;
 	border-top:110px solid hsla(0,0%,97%,0.6);
}

.p_shp{
	position:relative;
}
.p_shp p{
    color:#174E61;
	margin-top: -20px;
	padding-left: 14%;
	padding-right: 14%;
	font-size: 1.5rem;
	line-height: 2.7rem;
}
.p_shp p:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: -160px;
    right: 0px;
    z-index: -3;
    width: 125%;
    height: 0;
    margin: 100px auto;
    border-left: 250px solid transparent;
    border-bottom: 500px solid #C7E0E8;
}
.sevco{
	height: 820px;
    background-image: url("../images/sev_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	display: flex;
	flex-wrap:nowrap;
}
.sev_r{
    
    margin-left: auto;
    margin-right: 10px;
    max-width: 1000px;
}
.sev_r h1,.sev_r li{
    color: #174E61;
    text-shadow: 0px 0px 8px rgba(255,255,255,0.79);
}

.sevco li{
	font-size: 1.5rem;
	line-height: 3rem;
}

.subco{
    height: auto;
    background-image: url("../images/tr_bg.jpg");
    background-color: rgba(255,255,255,0.75);
    /*設置背景混和模式為相乘模式*/
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.subco .row{
	width: 80%;
}
.subco h1{
	color: #174E61;
}

.subco .card{
	margin-bottom: .5rem;
}

.fco{
	width: 75%;
}

.owl-theme .item {
  height: 10rem;
  background: #4dc7a0;
  padding: 1rem;
}

.owl-carousel .item h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.4375rem;
  margin-top: 0rem;
}

.owl-nav{
	width: 110%;
	position: absolute;
	top:25%;
	left: -5%;
}
.owl-prev{
	float: left;
}
.owl-next{
	float: right;
}
.owl-nav span{
	font-size: 80px;
}
.owl-dots{
	margin-bottom: 30px;
}

@media screen and (min-width:1600px){
	.abjx{
	margin-bottom: 160px;
}
	.sev_r{
		margin-right: 10%;
		margin-left: auto;
	}
	.p_shp p:after{
	top:-160px;
	right:0%;
    width:125%;
 	border-left:210px solid transparent;
 	border-bottom:420px solid #C7E0E8;
	}
}
@media screen and (min-width:1200px){
	.con_mx {
	max-width: 80%;
	}
	.fixnav .tco:after{
	top:-5px;
	right:155px;
    width:560px;
 	border-bottom:62px solid #C7E0E8;
}
	.sevco{
	height: 550px;
	}
}
@media screen and (max-width:1200px){
	.tloim {
	height: 40px;
	}
	.p_shp p:after{
	top:-160px;
	right:0%;
    width:140%;
 	border-left:290px solid transparent;
 	border-bottom:580px solid #C7E0E8;
	}
	.tco:after{
	top:-5px;
	right:115px;
    width:450px;
 	border-bottom:62px solid #C7E0E8;
	}
	.sev_r{
		margin-right: 5%;
		margin-left: auto;
    	max-width: 800px;
	}
	.fco{
	width: 90%;
	}
}

@media screen and (min-width:992px){
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link{
	color: #174E61;
	font-size: 1.2rem;
	margin-top: 0px;
	/*-webkit-transition: color .20s ease-out;
	-moz-transition: color .20s ease-out;
	-ms-transition: color .20s ease-out;
	-o-transition: color .20s ease-out;
	transition: color .20s ease-out;*/
	-webkit-transition: margin .20s ease-out;
	-moz-transition: margin .20s ease-out;
	-ms-transition: margin .20s ease-out;
	-o-transition: margin .20s ease-out;
	transition: margin .20s ease-out;	
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255,168,5,1.00);

	margin-top: -3px;
}

	
}


@media screen and (max-width:992px){
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link{
		color: #174E61;
		font-size: 1.2rem;

	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		color: rgba(255,168,5,1.00);
		font-weight: 700;
	}

	.ju_htx{
		margin-top: 130px; 
	}	
	.h_shp{
		text-align: left;
		position:relative;
	}
	.h_shp h1{
		margin-left: 15%;
	}
	.h_shp h1:after, .h_shp:after{
		top: -130px;
		left: 0%;
		width:60%;
		min-width: 450px;
		height:0;
		border-right:55px solid transparent;
		border-top:110px solid #174E61;
	}
	.h_shp:after{
		top: -120px;
		left: 10px;
		z-index: -2;
		border-top:110px solid hsla(0,0%,97%,0.6);
	}
	.p_shp{
		z-index: -3;
		margin-top: -20px;
		background-color: #C7E0E8;
		padding-top:80px;
		padding-bottom:50px;
	}
	.p_shp p:after{
		top:0;
		right:0;
		width:0;
		height:0;
		margin:0;
		border-left:none;
		border-bottom:none;
	}
	.tco:after{
    width:0px;
 	border-bottom:0px solid #C7E0E8;
	}
	.sev_r{
		margin-right: auto;
		margin-left: auto;
    	max-width: 500px;
	}
	.jucon{
    height: 900px;
	}
	.lant:hover{
    color: #174E61;
	margin-top: 7px;
	}
}

@media (min-width:767px) and (max-width:992px){
	}

@media screen and (max-width:767px){
.main {
	/* [disabled]margin-top: 60px; */
	margin-top: 75px;
}

	
}
